<configuration>
  <system.web>

        <profile>
            <providers>
                <add name="AspNetSqlProfileProvider" 
                 connectionStringName="LocalSqlServer" applicationName="/"
                 type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
            </providers>
        </profile>

  </system.web>
</configuration>
